wayland: Add a comment
authorMatthias Clasen <mclasen@redhat.com>
Fri, 4 Jun 2021 12:29:23 +0000 (08:29 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 4 Jun 2021 12:29:23 +0000 (08:29 -0400)
I just had to debug this to rediscover how it works, so
add a comment for next time.

gdk/wayland/gdkdisplay-wayland.c

index 85c2002ba8623ec2e2ca199a613ea2cb1bda0b29..0dcfb09182dcbc77d3939e35a92b26cb1185bbb0 100644 (file)
@@ -1648,6 +1648,7 @@ static TranslationEntry translations[] = {
   { FALSE, "org.gnome.desktop.wm.preferences", "action-middle-click-titlebar", "gtk-titlebar-middle-click", G_TYPE_STRING, { .s = "none" } },
   { FALSE, "org.gnome.desktop.wm.preferences", "action-right-click-titlebar", "gtk-titlebar-right-click", G_TYPE_STRING, { .s = "menu" } },
   { FALSE, "org.gnome.desktop.a11y", "always-show-text-caret", "gtk-keynav-use-caret", G_TYPE_BOOLEAN, { .b = FALSE } },
+  /* Note, this setting doesn't exist, the portal and gsd fake it */
   { FALSE, "org.gnome.fontconfig", "serial", "gtk-fontconfig-timestamp", G_TYPE_NONE, { .i = 0 } },
 };